home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Text Field implementation. (HPP)
-
- #ifndef _DTJTEXTA11_HPP
- #define _DTJTEXTA11_HPP
-
- #include "dtjcomp11.hpp"
- #include "dtjtext11.hpp"
-
- class METAEXPORTCLASSDEF DTJTextArea11 : public DTJTextComponent11
- {
- public:
- DTJTextArea11( const MetaObject * pMetaObj );
- virtual ~DTJTextArea11();
-
- virtual WBool SetStyle( WStyle stl, WBool clone=FALSE );
-
- virtual void GenClassName( WString & className ) const;
-
- protected:
- virtual WStyle CheckExtraStyles(WStyle style);
- };
-
- // needed for mdreader
- typedef DTJTextArea11 DTjava__dot__awt__dot__TextArea__dot__11;
- typedef WTextBox java__dot__awt__dot__TextArea__dot__11;
-
- #endif // _DTJTEXTA11_HPP
-